luci-theme-*: layout improvements
authorPaul Donald <[email protected]>
Tue, 10 Jun 2025 14:34:48 +0000 (16:34 +0200)
committerPaul Donald <[email protected]>
Tue, 10 Jun 2025 14:34:48 +0000 (16:34 +0200)
follow-up to 1be1deb9ecd90608d60503bcc34b2ee487c1e602

bootstrap now utilizes more screen width for main content

Signed-off-by: Paul Donald <[email protected]>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index 2f7b084e789d6d978fe3203e6d2c43191cc51ba8..b995f973bb9d190246263284470ea37c3d6d8bbb 100644 (file)
@@ -1064,8 +1064,8 @@ header {
        box-shadow: 0 1px 3px hsla(var(--border-color-low-hsl), .25), inset 0 -1px 0 hsla(var(--border-color-low-hsl), .01);
        padding: 0;
        /* the redundant properties below work around a csstidy bug */
-       padding-left: calc((100% - 940px) / 2);
-       padding-right: calc((100% - 940px) / 2);
+       padding-left: calc((100% - 1180px) / 2);
+       padding-right: calc((100% - 1180px) / 2);
 }
 
 .nav {